
@import url('https://fonts.googleapis.com/css2?family=Lato&family=Open+Sans:ital@0;1&family=Roboto&family=Roboto+Condensed:wght@300;400&display=swap');

/*font-family: 'Lato', sans-serif;
font-family: 'Open Sans', sans-serif;
font-family: 'Roboto', sans-serif;
font-family: 'Roboto Condensed', sans-serif;
*/
*
{
    font-family: 'Roboto', sans-serif;
        font-size: 15px;
        margin: 0 auto;
        text-align: justify;
        box-sizing: border-box;
        scroll-behavior: smooth;
        color:#8e8e8e;
}

body a
{
    text-decoration: none;
    scroll-behavior: smooth;
    margin: 0 auto;
overflow-x: hidden;
}
#banner
{
    overflow-x: hidden;
}
.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}
.topbar{
    overflow: hidden;

}

/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-secondary {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 50px;
}





.contactForm .label {
  color: #000;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600; }

.contactForm .form-control {
  border: none; }

#contactForm .error {
  color: red;
  font-size: 12px; }

#contactForm .form-control {
  font-size: 16px; }

#message {
  resize: vertical; }

#form-message-warning, #form-message-success {
  display: none; }

#form-message-warning {
  color: red; }

#form-message-success {
  color: #28a745;
  font-size: 18px;
  font-weight: 500; }

.submitting {
  float: left;
  width: 100%;
  padding: 10px 0;
  display: none;
  font-size: 16px;
  font-weight: 500; }

.wrapper {
  width: 100%;
  overflow: hidden;
  border-radius: 5px; }

.btn {
  padding: 12px 16px;
  cursor: pointer;
  border-width: 1px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 400;
  -webkit-box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.12);
  position: relative;
  margin-bottom: 20px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  @media (prefers-reduced-motion: reduce) {
    .btn {
      -webkit-transition: none;
      -o-transition: none;
      transition: none; } }
  .btn:hover, .btn:active, .btn:focus {
    outline: none !important;
    -webkit-box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.22) !important;
    -moz-box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.22) !important;
    box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.22) !important; }
  .btn.btn-primary {
    background: #71a95a !important;
    border-color: #71a95a !important;
    color: #fff; }
    .btn.btn-primary:hover, .btn.btn-primary:focus {
      border-color: #5a8947 !important;
      background: #5a8947 !important; }

      .img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }

.form-control {
  height: 50px;
  background: #fff;
  color: rgba(0, 0, 0, 0.8);
  font-size: 14px;
  border-radius: 5px;
  border: none;
  -webkit-box-shadow: 0px 8px 19px -13px rgba(0, 0, 0, 0.09) !important;
  -moz-box-shadow: 0px 8px 19px -13px rgba(0, 0, 0, 0.09) !important;
  box-shadow: 0px 8px 19px -13px rgba(0, 0, 0, 0.09) !important; }
  .form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: rgba(0, 0, 0, 0.3) !important; }
  .form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: rgba(0, 0, 0, 0.3) !important; }
  .form-control:-ms-input-placeholder {
    /* IE 0+ */
    color: rgba(0, 0, 0, 0.3) !important; }
  .form-control:-moz-placeholder {
    /* Firefox 18- */
    color: rgba(0, 0, 0, 0.3) !important; }
  .form-control:focus, .form-control:active {
    border-color: #71a95a !important; }

textarea.form-control {
  height: inherit !important; }


        .gallery-item img {
            transition: transform 0.3s ease;
        }

        .gallery-item img:hover {
            transform: scale(1.05);
        }




.lightbox-gallery
{   
    background-image: linear-gradient(#fff, #ccc);
    background-repeat: no-repeat;
    color: #000;
    overflow-x: hidden
}

.lightbox-gallery p{color:#fff}

.lightbox-gallery h2{font-weight:bold;margin-bottom:40px;padding-top:40px;color:#fff}

@media (max-width:767px)
    {
    .lightbox-gallery h2{margin-bottom:25px;padding-top:25px;font-size:24px}}
    .lightbox-gallery 
    .intro{font-size:16px;max-width:500px;margin:0 auto 40px}
    .lightbox-gallery 
    .intro p{margin-bottom:0}
    .lightbox-gallery 
    .photos{padding-bottom:20px}
    .lightbox-gallery 
    .item{padding-bottom:30px}


.card-body
{

}
        .card-body h5
        {
            font-size: 18px;
            font-weight: 500;
            font-family: 'Roboto Condensed';
            background-color:rgba(90, 90, 90, 0.2) ;
            color: #000;
        }

            .card-body h6
        {
            font-size: 18px;
            font-weight: 500;
            font-family: 'Roboto Condensed';
           background-color:rgba(90, 90, 90, 0.2) ;
            color: #000;

        }
.c_text
        {
            font-size: 18px;
            font-weight: 500;
            font-family: 'Roboto Condensed';
           background-color:rgba(90, 90, 90, 0.2) ;
            color: #000;
            padding: 10px;

        }

.c_text_details
        {
            font-size: 18px;
            font-weight: 600;
            font-family: 'Roboto Condensed';
           background-color:rgba(90, 90, 90, 0.2) ;
            color: #000;
            padding: 10px;

        }



/*** Header ***/
@media (min-width: 992px) {
    .header {
        margin-top: -120px;
    }

}

.header-carousel .owl-nav {
    position: absolute;
    top: 50%;
    left: -25px;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
}

.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
    margin: 7px 0;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: var(--primary);
    border-radius: 40px;
    font-size: 20px;
    transition: .5s;
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
    background: var(--dark);
}

@media (max-width: 768px) {
    .header-carousel .owl-nav {
        left: 25px;
    }
}

.breadcrumb-item + .breadcrumb-item::before {
    color: #DDDDDD;
}


/*** Icon ***/
.icon {
    padding: 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF !important;
    border-radius: 10px;
    border: 1px dashed var(--primary) !important;
}


.icon2 {
    padding: 5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF !important;
    border-radius: 10px;
    border: 1px dashed var(--primary) !important;
}



@media (max-width: 1000px) {
    .icon{
        width: 100px;
        margin: 0px 0px 0px -30px;
        }
}

/*** About ***/
.about-img img {
    position: relative;
    z-index: 2;
}

.about-img::before {
    position: absolute;
    content: "";
    top: 0;
    left: -50%;
    width: 100%;
    height: 100%;
    background: var(--primary);
    transform: skew(20deg);
    z-index: 1;
}


/*** Category ***/

    .cat
    {
        font-size:16px;
        text-decoration: none;
    }
.cat-item div {
    background: #FFFFFF;
    transition: .5s;
    text-decoration: none;
}

.cat-item:hover div {
    background:#e8e8e8;
    border-color: #ccc;
    transition: all ease 1.5s;
}

.cat-item div * {
    transition: .5s;
    text-decoration: none;
}

.cat-item:hover div * {
    color: #000 !important;
}


/*** Category ***/

.cat-div div {
    transition: .5s;
    text-decoration: none;
}

.cat-div:hover div {
}

.cat-div div * {
    transition: .5s;
    text-decoration: none;
    color: #fff;
}

.cat-div:hover div * {
}

.bg
            {
                background-color: #1e2436;
                    background-color: #fff;
                    border-radius: 5px;
                    padding: 10px;

            }


/*** Property List ***/
.nav-pills .nav-item .btn {
    color: var(--dark);
}

.nav-pills .nav-item .btn:hover,
.nav-pills .nav-item .btn.active {
    color: #FFFFFF;
}

.property-item {
    box-shadow: 0 0 30px rgba(0, 0, 0, .08);
}

.property-item img {
    transition: .5s;
}

.property-item:hover img {
    transform: scale(1.1);
}

.property-item .border-top {
    border-top: 1px dashed rgba(0, 185, 142, .3) !important;
}

.property-item .border-end {
    border-right: 1px dashed rgba(0, 185, 142, .3) !important;
}


/*** Team ***/
.team-item {
    box-shadow: 0 0 30px rgba(0, 0, 0, .08);
    transition: .5s;
}

.team-item .btn {
    color: var(--primary);
    background: #FFFFFF;
    box-shadow: 0 0 30px rgba(0, 0, 0, .15);
}

.team-item .btn:hover {
    color: #FFFFFF;
    background: var(--primary);
}

.team-item:hover {
    border-color: var(--secondary) !important;
}

.team-item:hover .bg-primary {
    background: var(--secondary) !important;
}

.team-item:hover .bg-primary i {
    color: var(--secondary) !important;
}


/*** Testimonial ***/
.testimonial-carousel {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}


/****marquee***/
.fade-in-image {
  animation: fadeIn 5s;
  -webkit-animation: fadeIn 5s;
  -moz-animation: fadeIn 5s;
  -o-animation: fadeIn 5s;
  -ms-animation: fadeIn 5s;
}

@keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@-moz-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@-webkit-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@-o-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@-ms-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}




@media (min-width: 576px) {
    .testimonial-carousel {
        padding-left: 4rem;
        padding-right: 4rem;
    }
}

.testimonial-carousel .testimonial-item .border {
    border: 1px dashed rgba(0, 185, 142, .3) !important;
}

.testimonial-carousel .owl-nav {
    position: absolute;
    width: 100%;
    height: 40px;
    top: calc(50% - 20px);
    left: 0;
    display: flex;
    justify-content: space-between;
    z-index: 1;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    position: relative;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: var(--primary);
    border-radius: 40px;
    font-size: 20px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    background: var(--dark);
}


/*** Footer ***/
.footer .btn_social.btn-social {
    margin-right: 5px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    border: 1px solid rgba(255,255,255,0.5);
    border-radius: 35px;
    transition: .3s;
}

.footer .btn_social.btn-social:hover {
    color: var(--primary);
    border-color: var(--light);
}

.footer .btn_social.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    font-size: 15px;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}



.footer .btn_social.btn-link:hover {
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .form-control {
    border-color: rgba(255,255,255,0.5);
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--light);
}

.footer .footer-menu a {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, .1);
}

.footer .footer-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}





#header
{
    margin: 0 auto;
}


        

.donate_btn
{
    width: auto;
    background-color: #fff;
    margin-bottom: 5px;
}       
                    .donate_btn
                    {
                        list-style: none;
                        border-radius: 10px;
                        padding:14px 23px 0px 0px;
                        background-color: #FF9900;
                        line-height:10px;
                                            }
                    .donate_btn ul li 
                    {
                        list-style: none;

                                    
                    }

                            .donate_btn ul li a
                                {
                                    font-family: 'roboto';
                                    text-decoration: none;
                                    font-size: 16px;        
                                    font-weight: bold;      
                                    color: #000;
                                    margin: 0;
                                    padding: 0;
                                                }
                                                    .donate_btn ul li a:hover
                                                    {
                                                        color: #fff;
                                                        transition: all ease 0.4s;
                                                                    }





    .bg1
    {
        padding: 10px;
        background-color: #fff;
        border-radius: 5px;
    }
    #team
    {
        width: auto;
        padding: 0px;
    }

    .team_name
    {
        box-sizing: border-box;
        margin: 0px 0px 0px 0px;

    }
            .team_name ul
            {
                display: flex;
                list-style: none;
            }
                .team_name ul li
                    {

                    }

.title1
{
    margin: 10px 0 0 0;
}
    .title1 p
    {
        font-family: 'lato';
        font-size: 18px;
        font-weight: bold;
        color: #fff;
    }

#content
{
    background-color: #ddd;
    border-radius: 10px;
    margin-top: 5px;
}

.formdesign
{

}
    .formdesign input
    {

    }

.clearfix {
  overflow: auto;
}
.form-control
{
    padding-top: 5px;
}
.status {
 color: green;
 text-align: center;
 margin: 5px;
 font-weight: 600;
}



.menu
{
    margin-top: 50px
}
            .menu ul
            {
                list-style: none;
                display: flex;

            } 
            .menu ul li a
            {
                background-color: #ccc;
                text-decoration: none;
                padding: 10px 20px 10px 20px;
                font-family: 'lato';
                font-weight: bold;
                color: #686868;
                border-radius: 20px;
                transition: all ease 0.4s;

            }
                    .menu ul li a:hover
                            {
                                background-color: #4d9ed7;
                                text-decoration: none;
                                padding: 10px 20px 10px 20px;
                                font-family: 'lato';
                                font-weight: bold;
                                color: #fff;
                                border-radius: 20px;
                                transition: all ease 0.4s;
                                line-height:10px;

                            }

.map {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 100%; /* 1:1 Aspect Ratio */
}

.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 300;
  height: 300%;
}

.btn {
    transition: .5s;
    margin-bottom: 1px;
}

.btn.btn-primary,
.btn.btn-secondary {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 10px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}







.btn_text
{
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 14px;
    color: #ccc;
}
.title h2
{
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    background-color: #bf1e2d;
    padding: 5px;
    margin: 4px;
    box-shadow: 10px 10px 8px #888888;
    border-radius: 5px;
    color: #fff;
    text-align: justify;
}
.title p
{
    font-family: 'Open Sans', sans-serif;
    background-color: #ccc;
    border-radius: 5px;
    padding: 5px 15px 5px 15px;
}
.text1 p
{
    font-family:'Open Sans', sans-serif;
    font-size: 30px;
    color: #0480ff;
    font-weight: bold;
    line-height: 30px;
}
.text2 p
{
    font-family: font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    color: #ffae00;
    font-weight: bold;
    line-height: 30px;
}
.text3 p
{
    font-family: font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    color: #000;
    font-weight: bold;
    line-height: 30px;
}

.title2 p
{
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 12px;
    background-color: #101126;
    padding: 5px;
    margin: 4px;
    box-shadow: 10px 10px 8px #888888;
    border-radius: 5px;
    color: #fff;
}
.title3 p
{
    font-family: 'Open Sans', sans-serif;
    background-color: #ccc;
    border-radius: 5px;
    padding: 5px 15px 5px 15px;
}





@media(max-width: 1000px)
{
    .menu
                {
                margin-top: 50px;
                }

                .menu ul
            {
                list-style: none;
                display: flex;

            } 
            .menu ul li a
            {
                background-color: #ccc;
                text-decoration: none;
                font-family: 'lato';
                font-weight: bold;
                color: #686868;
                border-radius: 20px;
                transition: all ease 0.4s;
                font-size: 20px;

            }
                    .menu ul li a:hover
                            {
                        

                            }

}

@media(max-width: 500px)
{
        .logo
        {

        }
}




.bar1, .bar2, .bar3 {
  width: 35px;
  height: 5px;
  background-color: #333;
  margin: 6px 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-9px, 6px);
  transform: rotate(-45deg) translate(-9px, 6px);
}

.change .bar2 {
  opacity: 0;
}

.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-8px, -8px);
  transform: rotate(45deg) translate(-8px, -8px);
}



