@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;0,900;1,500;1,700;1,900&display=swap');
@import url(bootstrap.min.css);
@import url(bootstrap-select.min.css);
@import url(font-awesome.css);
@import url(owl.carousel.css);
@import url(animate.min.css);
.btn-success:hover {
    border-color: #32a850 !important;
  }
  .btn-outline-success {
    color: #32a850 !important;
    border-color: #32a850 !important;
  }
  .modal-body {
    margin-top:40px;
    margin-bottom:40px;
  }
  .but-new {
    color: #32a850;
    border: 1px solid #32a850 !important;
    padding: 10px 15px;
    background-color: #fff;
    border-radius: 5px;
    /* margin-bottom: 10px; */
    font-size: 14px;
    
  }
  .but-new:hover {
    color: #fff !important;
    background-color: #32a850 !important;
  }
  .disabled-button {
    background-color: #d3d3d3; /* Light gray */
    color: #666; /* Dark gray */
    cursor: not-allowed;
    text-decoration: none;
    padding: 10px 15px;
    border-radius: 5px;
    display: inline-block;
  }
 
  .but-newdisabled {
    color: #ffffff;
    border: 1px solid gray;
    padding: 12px 15px;
    border-radius: 5px;
    background-color: gray;
  }
  .but-newdisabled:hover {
    color: #ffffff;
  }
body {
    color: #000;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
}

h1, h2, h3, h4, h5, h6, p, ul {
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5 {
    font-family: 'Roboto', sans-serif;
}

ul {
    list-style-type: none;
}

p {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 10px;
}

a {
    text-decoration: none;
    display: inline-block;
    outline: none;
    color: #32a850;
}

    a:hover, a:focus, a:visited {
        text-decoration: none;
        outline: none;
    }
    .list-wrapper li a:hover{
        color: #000080;
    } 
    hr{
        margin-top: 40px !important;
    border-top: 1px solid #ddd !important;
    }

img {
    max-width: 100%;
    display: inline-block;
}

button {
    border: none;
    outline: none;
    box-shadow: none;
    display: block;
    padding: 0;
    background: transparent;
}

input, textarea {
    display: inline-block;
    font-size: 14px;
    line-height: 28px;
    outline: none;
    box-shadow: none;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}


.boxed_wrapper {
    width: 100%;
    background: #fff;
    overflow-x: hidden;
}

.mt-30 {
    margin-top: 30px
}

.clear_fix {
    clear: both;
}

    .clear_fix:after {
        display: table;
        content: '';
        clear: both;
    }

.list_inline li {
    display: inline-block;
}
.center {
    text-align: center;
}

.row-5 {
    margin: 0 -5px;
}

.thm-color {
    color: #26cdff;
}

.bold {
    font-weight: 700;
}

.float_left {
    float: left;
}

.float_right {
    float: right;
}

@media (min-width: 1200px) {
    .container {
        /* padding: 0; */
        width:915px;
    }
}
/*
--------------------------------------------
  sec title style
--------------------------------------------
*/
.sec-title {
    position: relative;
    margin-bottom: 20px;
}

    .sec-title h2 {
        cursor:pointer;
        position: relative;
        font-size: 22px;
        margin-bottom: 40px;
        text-transform: capitalize;
        color: black;
        font-weight: 700;
    }

        .sec-title h2.left:before {
            position: absolute;
            content: '';
            background: #32a850;
            width: 50px;
            height: 3px;
            left: 0px;
            bottom: -15px;
        }

.scroll-top {
    width: 50px;
    height: 40px;
    position: fixed;
    bottom: 24px;
    right: 24px;
    z-index: 99;
    display: none;
    color: #fff;
    text-align: center;
    background: #32a850;
    border:1px solid #fff;
}

    .scroll-top span:before {
        font-size: 27px;
    }

    .scroll-top:after {
        position: absolute;
        z-index: -1;
        content: '';
        top: 100%;
        left: 5%;
        height: 10px;
        width: 90%;
        opacity: 1;
        background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
        background: -webkit-radial-gradient(center ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
        background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
    }
.main-logo {
    margin: 30px 0px;
}
/*==============================================
    Mainmenu Area Css
===============================================*/
.mainmenu-area {
    background: #fff;
    /*border-bottom: 1px dotted #000080;*/
    border-top: 5px solid #32a850;
}

.main-menu {
    position: relative;
    margin-top: 30px;
    float: right;
}

/* Mainmenu fixed style */
@-webkit-keyframes menu_sticky {
    0% {
        margin-top: -100px;
    }

    50% {
        margin-top: -90px;
    }

    100% {
        margin-top: 0;
    }
}

@keyframes menu_sticky {
    0% {
        margin-top: -100px;
    }

    50% {
        margin-top: -90px;
    }

    100% {
        margin-top: 0;
    }
}

.mainmenu-area.stricky-fixed {
    margin: 0;
    position: fixed;
    background: #fff;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99999;
    -webkit-animation-name: menu_sticky;
    animation-name: menu_sticky;
    -webkit-animation-duration: 0.60s;
    animation-duration: 0.60s;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}

/*** 
=============================================
   page_pagination style
=============================================
***/
.page_pagination {
    
    margin-top: 10px;
}

    .page_pagination li {
        display: inline-block;
        margin: 10px 0px 0;
    }

        .page_pagination li a {
            width: 33px;
            height: 33px;
            line-height: 32px;
            border: 1px solid #e1e1e1;
            text-align: center;
            color: #32a850;
            font-size: 14px;
        }

            .page_pagination li a.active {
                color: #fff;
                background-color:  #32a850;
                border-color: #32a850;
            }
            .page_pagination li a:hover {
                background-color: #ddd;
                color: #32a850;
            }

          /*   .simple-pagination li a, */
            .simple-pagination li span {
                width: 40px;
                height: 40px;
                color: #666;
                padding: 6px 10px;
                text-decoration: none;
                border: 1px solid #EEE;
                background-color: #FFF;
            }
            .simple-pagination li .current .prev{
                background-color: #fff;
                color: #32a850;
            }
            .simple-pagination li {
                display: inline-block;
            }

                .simple-pagination li .current {
                    color: #fff;
                    background-color: #32a850;
                    border-color: #32a850;
                }

.simple-pagination .prev,
.simple-pagination .next {
    color: #32a850 !important ;
}
          /*   .simple-pagination .prev .current,
            .simple-pagination .next .current{
                color: #32a850;
                background-color: #fff;
            } */

footer {
    position: relative;
    padding-bottom: 20px;
    background: #32a850;
    width: 100%;
}

.copyRight_text p a {
    color: #ffffff !important;
}

    .copyRight_text p a:hover {
        color: #ffffff !important;
        text-decoration: underline;
    }

.copyright {
    margin-top: 20px;
}

    .copyright p {
        color: #ffffff;
        margin-bottom: 0px;
    }

.about {
    padding: 30px 0px 40px 0px;
    background-color: #32a850;
    text-align: center;
}

@media (max-width: 992px) {
    .about .item .image-box img {
        margin-bottom: 30px
    }

    .about.more .item .image-box img {
        margin-top: 30px;
        margin-bottom: 0 !important
    }
}

.about .item .image-box img {
    width: auto;
    max-width: 100%;
}

/* .how-it-work {
    padding: 25px 0px;
} */

.our-team {
    position: relative;
    padding: 10px 0 12px;
    background: #fff;
}
.owl-carousel
{
    text-align:center;
}
    .our-team.style-two .single-team {
        margin-top: 30px;
    }

    .our-team .single-team img {
        width: 100%;
        height: auto;
        border: 1px solid #d0d1d1;
        padding: 6px;
        background-color: #fff;
    }

    .our-team .owl-controls .owl-nav {
        margin: 0;
        padding: 0;
        position: absolute;
        bottom: 100%;
        right: 0;
        margin: 0;
        margin-bottom: 60px;
    }

    .our-team .owl-controls .owl-next {
        position: absolute;
        right: 0px;
        top: 0px;
        background: #32a850;
        border: 1px solid #32a850;
        color: #fff;
        width: 30px;
        height: 30px;
        font-size: 0px;
        overflow: hidden;
        line-height: 20px;
    }

    .our-team .owl-controls .owl-prev {
        position: absolute;
        right: 48px;
        top: 0px;
        background: #32a850;
        border: 1px solid #32a850;
        color: #fff;
        width: 30px;
        height: 30px;
        font-size: 0px;
        overflow: hidden;
        line-height: 20px;
        margin-right: -12px;
        text-align-last: left;
    }

        .our-team .owl-controls .owl-next:hover,
        .our-team .owl-controls .owl-prev:hover {
            background: #fff;
            color: #32a850;
            border: 1px solid #32a850;
        }

    .our-team .owl-theme .owl-next:after {
        content: '\f105';
        font-family: 'FontAwesome';
        position: absolute;
        left: -7px;
        top: 2px;
        display: block;
        font-size: 15px;
        text-align: center;
        width: 40px;
        height: 40px;
        transition: all 0.3s ease;
    }

    .our-team .owl-theme .owl-prev:after {
        content: '\f104';
        font-family: 'FontAwesome';
        position: absolute;
        left: 9px;
        top: 2px;
        display: block;
        font-size: 15px;
        text-align: center;
        width: 40px;
        height: 40px;
        transition: all 0.3s ease;
    }

    .sidebar {
        /* float: left;
        width: 100% !important; */
        transition: all 0.5s ease;
      
        background: linear-gradient(to bottom, #e8edf7, #ffffff);
      }
      
      .sidebar ul a {
        display: block;
        height: 100%;
        width: 100%;
        line-height: 65px;
        font-size: 15px;
        color: #1c52b5; /* Text color blue */
        padding-left: 20px;
        box-sizing: border-box;
        border-bottom: 1px dotted; /* Blue dotted line */
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        transition: 0.4s;
        /* Background color */
      }
      .sidebar ul a .shadow {
        background-color: #f9f9f9;
      }
      .sidebar ul li:hover a {
        padding-left: 10px;
      }
      
      .sidebar ul a i {
        color: #1c52b5; /* Icon color blue */
        margin-right: 11px;
      }
      
      .sidebar ul .current a,
      .sidebar ul .current a i {
        color: #32a850 !important; /* Text and icon color green for current page */
      }
      
      @media (max-width: 992px) {
        .sidebar {
          float: none;
        }
      }
      /* Mobile View (Screens smaller than 576px) */
      @media (max-width: 576px) {
        .sidebar {
          margin-bottom: 40px !important;
          min-height: auto;
          height: auto;
          width: 100% !important;
        }
      }

.media .media-object {
    max-width: 100px;
    width: 64px
}

.media-body {
    position: relative;
}

.form-control {
   /* margin-bottom: 20px;*/
    border: 1px solid #d7d9db;
    -webkit-border-radius: 0 !important;
    color: #5d5d5d !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    box-shadow: none;
    color: inherit;
    font-size: 14px;
    height:45px;
    vertical-align: middle;
    padding: 10px 15px;
    transition: border-color .15s ease-in-out 0 box-shadow .15s ease-in-out 0;
    -webkit-writing-mode: horizontal-tb;
    background: none;
}

    .form-control:focus {
        border-color: #d7d9db;
        box-shadow: none;
        outline: 0 none;
    }

    .form-control::-webkit-input-placeholder {
        color: #5d5d5d;
    }

    .form-control:-moz-placeholder {
        color: #B2B7C9;
    }

    .form-control::-moz-placeholder {
        color: #B2B7C9;
    }

    .form-control:-ms-input-placeholder {
        color: #B2B7C9;
    }

.customSelect:after {
    content: "\f107";
    font-family: FontAwesome;
    font-size: 18px;
    z-index: 9;
    float: right;
    margin: -22px -5px 0 0;
}

.sidebar-page {
    position: relative;
}

.r-menu {
    position: relative;
    font-family: 'Roboto', sans-serif;
    text-align: right;
    margin-top:55px;
}

    .r-menu li {
        display: inline-block;
    }

        .r-menu li a {
            padding: 8px 6px 2px;
            text-transform: capitalize;
            color: #000080;
            font-size: 14px;
            font-weight: 400;
            font-family: 'Roboto', sans-serif;
        }

        .r-menu li.current {
            font-size: 22px;
            font-weight: 700;
            /* margin-top: 27px; */
            color: black;
        }

.g-b {
    border: 1px solid #32a850;
    color: #32a850;
    text-transform: uppercase;
    padding: 10px 30px;
    background-color: #e5faeb;
    margin-bottom: 5px;
    font-size:14px;
}

    .g-b:hover {
        border: 1px solid #32a850;
        color: #32a850;
        background-color: #fff;
    }

.b-b {
    border: 1px solid #8d8d8d;
    color: #8d8d8d !important;
    text-transform: uppercase;
    padding: 10px 30px;
    background-color: #f1f1f1;
    margin-bottom: 5px;
    text-align: center;
    font-size: 14px;
}

.message{
    text-align: center;
    padding-bottom: 15px;
    font-size: large;
    color: green;
}

    .b-b:hover {
        border: 1px solid #8d8d8d;
        color: #8d8d8d;
        background-color: #fff;
    }

.f-b {
    border: 1px solid #415dae;
    color: #415dae !important;
    text-transform: uppercase;
    padding: 12px 20px;
    background-color: #fff;
    margin-bottom: 5px;
}

    .f-b i {
        font-size: 22px;
        margin-right: 6px;
    }

    .f-b a {
        color: #415dae !important;
    }

checkbox {
    width: 20px;
    height: 20px;
}

.afterlogin-bluebox {
    border: 1px solid #000080;
    padding: 20px;
    text-align: center;
    font-size: 28px;
    color: #000080;
    line-height: 36px;
    margin-bottom: 30px;
}

.afterlogin-greenbox {
    border: 1px solid #32a850;
    padding: 20px;
    text-align: left;
    font-size: 14px;
   /* margin-bottom: 30px;
    margin-top: 10px;*/
}

textarea {
    resize: none;
    min-height: 100px;
}
.confirm_box{
    border: 2px solid #000080;
    width: 50%;
    margin: 9% auto;
    text-align: center;
    padding: 15px;
}
.confirm_bar{
    padding-top: 2%;
}
 #login-success {
    color: green;
    font-weight: 500;
    font-size: 17px !important;
}
#login-failed{
    color: red;
    font-weight: 500;
    font-size: 17px !important;
}
.col-grid-12{
    padding-bottom: 15px;
}
.news-container{
    padding-top: 30px;
}
.news-socialmedia{
    position: relative;
    font-family: 'Roboto', sans-serif;
    margin-top: 23px;
}
.news-socialmedia li{
    display: inline-block;
}
.news-socialmedia li a{
padding: 8px 6px 2px;
    text-transform: capitalize;
    color: #000080;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
}
.news-title{
    text-align: center;
  
}
.news-description{
    padding-top: 15px;
}
.news-description p{
    font-size: 15px;
    line-height: 29px;
    
}

.reset-pass{
    margin-left: 27%;
    border: 2px solid;
    padding: 20px;
    margin-bottom: 40px;
}
.forgot-pass{
    margin-left: 25%;
    margin-top: 4%;
    border: 1px solid;
    padding: 25px;
    margin-bottom: 40px;
}
.text-fpass{
    text-align: center;
    padding-top: 8%;
    font-size: 22px;
}
.privacy-title{
    padding-top: 25px;
    font-size: 28px;
}
.news-section{
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}
.news {
    border-bottom:1px solid #eee;
    font-size:14px;
}
label {
    font-size:14px;
    font-weight:400;
}
.form-group {
    font-size:14px;
}
.p-30{
    padding:30px 0px;
}
.imgspace{
    padding-top: 15px;
}
.pd{
    padding: 15px;
}
.p0{
    padding:0px;
}
.fridbox {
    border: 1px solid #32a850;
    background-color: #fff;
    padding: 10px 15px;
    margin-bottom:15px;
}
.fridbox h1 {
   color:#5d5d5d;
   font-size:18px;
   font-weight:bold;
}
    .fridbox .g-button {
        border: 1px solid #32a850;
        color: #fff;
        text-transform: uppercase;
        padding: 10px 20px;
        background-color: #32a850;
        margin-bottom: 5px;
        font-size: 13px;
    }
        .fridbox .g-button:hover {
            border: 1px solid #32a850;
            color: #32a850;
            background-color: #fff;
        }
.jc {
    justify-content: center;
    align-items: center;
    display: flex;
}
.green {
    color: #32a850;
}
.grayborder {
    border: 1px solid #d7d9db;
}
.ma {
    align-items: center;
}
.ma ul{
    list-style:none;
    text-align:center;
    align-items:center;
}
.ma ul li {
    margin-right:5px;
    display:inline-block;
}
    .ma ul li i {
        background-color: #32a850;
        padding: 5px;
        text-align: center;
        color: #fff;
        font-size: 14px;
        border: 1px solid #32a850;
        width:26px;
        height:26px;
        line-height:16px;
    }
    .ma ul li i:hover {
        background-color: #fff;
        padding: 5px;
        text-align: center;
        color: #32a850;
        font-size: 14px;
        border: 1px solid #32a850;
    }
.ma ul li span {
    border-radius: 100px;
    background-color: #ff0000;
    padding: 2px;
    color: #fff;
    border: 2px solid #fff;
    width: 20px;
    height: 20px;
    font-size: 11px;
    line-height: 13px;
    margin-left: -10px;
    display: inline-block;
}
.pt50{
    padding-top:50px;
}
.pt15 {
    padding-top:15px;
}
.p6 {
    padding:6px;
}
.p15{
    padding:15px;
}
.cment {
    color: #32a850;
    text-transform: uppercase;
    border-bottom: 1px dotted #32a850;
    font-size:18px;
    line-height:40px;
    font-weight:600;
}
.buttong {
    border: 1px solid #32a850;
    color: #fff !important;
    text-transform: uppercase;
    padding: 6px 10px;
    background-color: #32a850;
    margin-bottom: 5px;
    font-size: 14px;
    width: 90px;
    text-align: center;
    margin-top: 10px;
}
    .buttong:hover {
        border: 1px solid #32a850;
        color: #32a850 !important;
        background-color: #fff;
    }
.buttonb {
    border: 1px solid #3b5998;
    color: #fff !important;
    text-transform: uppercase;
    padding: 6px 10px;
    background-color: #3b5998;
    margin-bottom: 5px;
    font-size: 14px;
    width: 90px;
    text-align: center;
    margin-top: 10px;
}
    .buttonb:hover {
        border: 1px solid #3b5998;
        color: #3b5998 !important;
        background-color: #fff;
    }
.post ul {
    list-style: none;
}

    .post ul li {
        margin-right: 5px;
        display: inline-block;
    }

        .post ul li i {
            background-color: #fff;
            padding: 5px;
            text-align: center;
            color: #32a850;
            font-size: 14px;
            border: 1px solid #32a850;
            width: 26px;
            height: 26px;
            line-height: 14px;
        }

            .post ul li i:hover {
                background-color: #32a850;
                padding: 5px;
                text-align: center;
                color: #fff;
                font-size: 14px;
                border: 1px solid #32a850;
            }
/* .modal-header .close {
    margin-top: -30px !important ;
} */
.modal-header {
    border-bottom: 0px solid #e5e5e5;
}
.modal-footer {
    border-top: 0px solid #e5e5e5;
}
.modal-body {
    padding: 0px 15px !important ;
}
.chat-to{
    padding: 5px;
}

.chat-text{
    border: 1px solid;
    border-radius: 10px;
}
.chat-send{
    padding: 0;
    margin-top: 4px;
   
}
.fa-send{
    cursor:pointer;
}
.chat-time{
    font-size: smaller;
    color: #5f6368;
}
.chat-from-time{ 
    font-size: smaller;
    float: right;
    margin-top: 10px;
    color: #016e1d;
}
/* .scroller {
    height: 300px;
    overflow-y: scroll;
    scrollbar-color: rebeccapurple green;
    scrollbar-width: thin;
  } */
  .cont-title{
    font-size: 18px;
    font-weight: 700;
    margin: 20px 0px;
}

.cont-desc{
    text-align: left;
    margin: 10px 0px;
    font-size: 16px;
    width: 100%;
}

.cont-img{
    width: 50%;
}
.cont-img img{ width: 100%; }

.cont-date{    
    font-size: 12px;
}
.midcont{
    width: 915px;
    margin: 0 auto;
}

  div.gallery img {
    width: 100%; 
    padding: 10px;
  }
  .gallery{
      border: 1px solid #ccc;
      margin-bottom: 10px;
      border-radius: 5px;
  }
  .gallery a{
      display: block;
  }
  .post-desc{
    height: 65px;
    text-align:center;
    margin:0px;
    border-left: 6px solid #000080;
    padding-left: 5px;
  }
  .gallery a:hover{
      color:#000080;
  }
  form.example input[type=text] {
    padding: 10px;
    font-size: 17px;
    border: 1px solid #d3d3d3;
    float: left;
    width: 80%;
    background: white;
}
form.example button {
    float: left;
    width: 20%;
    padding: 12px;
    color: black;
    font-size: 17px;
    border: 1px solid #d3d3d3;
    border-left: none;
    margin-top: 8px;
    cursor: pointer;
    background-color: #f0f0f0;
}

.cont-title {
    font-size: 18px;
    font-weight: 700;
    margin: 20px 0px;
}
form.example::after {
    content: "";
    clear: both;
    display: table;
}
.cont-desc {
    text-align: left;
    margin: 10px 0px;
    font-size: 14px;
    line-height: 24px;
    width: 100%;
}.cont-img {
    width: 50%;
}
.search_bar {
    padding: 8px;
    font-size: 17px;
    border: 2px solid #d3d3d3;
    border-left: none;
    float: left;
    width: 100%;
    background: white;
    margin-top: 20px;
}

.search_icon {
    float: left;
    width: 20%;
    padding: 10px;
    color: black;
    font-size: 17px;
    border: 2px solid #d3d3d3;
    border-left: none;
    margin-top: 20px;
    cursor: pointer;
background: #cbcbcb none repeat scroll 0 0;
}

.example1 {
    float: left;
    position: relative;
    z-index: 1;
    display: flex;
}



#location {
    height: 48px;
    width: 48%;
    border: 2px solid #d7d9db;
    margin-top: 20px;
    padding-left: 10px;
}
.result-msg{
    margin-bottom:30px;
    margin-top:10px;
}