@import url("https://fonts.googleapis.com/css?family=poppins:300,400,600,700,800,900");
.page-item.active .page-link{background-color: #F15A29!important;border-color: #F15A29!important;}
#navbarCollapse{justify-content: center;}
body {
  line-height: 1.5;
  font-family: "poppins", sans-serif!important;

}


.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: rgb(241, 90, 41);
}
.navbar-light .navbar-nav .nav-link {
    color: rgba(0,0,0,.9);
}
.matchingdiv{margin-top: 25px;}
.carddiv{padding: 10px 0;border-bottom: 1px solid #eee; }
.redfont{
    color: #F15A29!important;
}
.yellowfont{
    color: yellow!important;
}
.icons_p{
    font-size: 18px!important;

}
.icons_p2{
    font-size: 14px!important;
}
.brand-image{width:180px;
    height:auto!important;}
    .navbar{padding:0.5rem 1rem 0rem!important;}
    .toolbar{    background: rgb(241,90,41);
background: linear-gradient(90deg, rgba(241,90,41,1) 0%, rgba(245,42,123,1) 35%, rgba(187,123,184,1) 100%);
      padding: 4px;
      color: #fff!important;}
      .toolbar-link{color:#fff}
      .toolbar-link:hover{color: #000;}

      /*homepage-banner*/

      .bg-1 {
        background: url('../public/images/home/hero.jpg');
        background-size: cover;
        background-repeat: no-repeat;
    }

    .banner {
        min-height: 500px;
    }

    .hero-area {
        padding: 80px 0 0;
        color: #fff;
    }

    .overly {
        position: relative;
    }
  

    .justify-content-center {
        -ms-flex-pack: center!important;
        justify-content: center!important;
    }
    .align-content-center {

        align-content: center!important;
    }
    .hero-area .advance-search .form-control {
        border-color: #dedede;
    }

    .text-center {
        text-align: center!important;
    }
    .w-100{width: 100%!important;}
    .overly:before {
        content: '';
        background: rgba(0, 0, 0, 0.51);
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }

    .hero-area .content-block h1, .hero-area-2 .content-block h1 {
        color: #fff;
        font-size: 40px;
        font-weight: bold;
        letter-spacing: 0.05em;
        margin-bottom: 15px;
    }
    .hero-area .content-block h3, .hero-area-2 .content-block h3 {
        color: #fff;
        font-size: 25px;
        margin-top: 20px;
    }
    .icons-color {
        color: #F15A29;
    }
    .icons{
        font-size: 32px;
    }

    .sendInterest:hover{color:#F15A29;}
    .shortlist:hover{color:yellow!important;}

    .icons_a{color: grey;}
    .hero-area .content-block {
        padding-bottom: 50px;
    }
    .hero-area .advance-search {
        background: #fff;
        padding: 15px 15px 5px 15px;
        border-radius: 3px;
        margin-bottom: 15px;
        background: rgba(0, 0, 0, 0.4);
        -webkit-box-shadow: -1px 3px 6px rgba(0, 0, 0, 0.12);
        box-shadow: -1px 3px 6px rgba(0, 0, 0, 0.12);
    }
    .form-control {
        border-radius: 4px;
        border:1px solid #aaa;
        height: 50px;
        background-color: transparent;
        color: #aaa!important;
        -webkit-box-shadow: none;
        box-shadow: none;
        font-size: 15px;
    }
    .hero-area .advance-search button {
        display: block;
    }
    .top-to a{background: #F15A29!important;}
    .btn {
        font-size: 15px;
        letter-spacing: 1px;
        display: inline-block;
        padding: 15px 30px;
        border-radius: 4px;
    }
    .btn-red {
        color: #fff;
        background-color: #F15A29;
        border-color: #F15A29;
    }
    .btn-red:hover {
        color: #fff;
        background-color: #ed5223;
        border-color: #ed5223;
    }
    .section {
        padding: 50px 0;
    }
    .section-title {
        position: relative;
        margin-bottom: 75px;
        text-align: center;
    }
    .section-title h2 {
        font-size: 30px;
        letter-spacing: 0.05em;
        text-align: center;
    }
    .section-title h2:before {
        content: " ";
        display: block;
        margin: 0 auto;
        position: absolute;
        bottom: -24px;
        left: 0;
        right: 0;
        width: 127px;
        height: 2px;
        background-color: #e0e0e0;
    }
    .section-title h2:after {
        content: " ";
        display: block;
        margin: 0 auto;
        position: absolute;
        bottom: -25px;
        left: 0;
        right: 0;
        width: 40px;
        height: 5px;
        background-color: #F15A29;
    }
    .section-title p {
        font-size: 18px;
        line-height: 30px;
        color: #848484;
    }
    .category-block {

        box-shadow: 0px 7px 16px 0px rgba(0, 0, 0, 0.09);
        padding: 20px 25px;
        border-radius: 3px;
        margin-bottom: 25px;
    }
    .category-block .header {
        margin-bottom: 20px;
        border-bottom: 3px solid #F4F7F9;
        text-align: center;
    }
    .category-block .header i {
        margin-right: 6px;
        color: #fff;
        font-size: 65px;
        width: 150px;
        height: 150px;
        line-height: 150px;
        text-align: center;
        margin-bottom: 6px;
        border-radius: 50%;
    }
    .category-block .header .icon-bg-1 {
        background: #F15A29;
        
        box-shadow: 0 0 0px 4px #F15A2940;
    }
    .category-block .header h4 {
        font-size: 18px;
        font-weight: 700;
        margin-top: 5px;
    }
    p{color:#888!important;}
    .bg-3 {
        background: url(../public/images/call-to-action/cta-background.jpg);
        background-repeat: no-repeat;
        background-size: cover;
    }

    .section-sm {
        padding: 70px 0;
    }
    .call-to-action .content-holder h2 {
        color: #fff;
        font-weight: 500;
        font-size: 25px;
    }
    .mt-30 {
        margin-top: 30px;
    }
    .align-end {
        text-align: end;
    }




    /*-------------------------------registration pages-----------------------------------*/

    .great{font-size: 30px;
        font-weight: 600;}
        .h3, h3{font-size:20px;font-weight: 600;}
        h2{font-weight: 600;}
        @media only screen and (min-width: 768px){
            .reg-height {
                height: 100%!important;
                }}
                .float-l {
                    float: left;
                }

                .lightgrey {
                    background-color: #e2e2e2;
                }
                .pd-reglogo {
                    padding: 100px 0px 30px;
                    text-align: center;
                }
                .pd-regtext {
                    padding: 0px 15px 100px;
                    text-align: center;
                }
                .pt-10{padding-top: 10px;}
                .reg-h2 {
                    line-height: 42px;
                    color: #F15A29;
                    font-size: 27px;
                    
                }
                li{color: #666;}
                .reg-h2-2 {
                    line-height: 42px;
                    color: #F15A29;
                    font-size: 24px;
                    
                }
                .padding-reg-h2-2{
                    padding: 20px 10px;
                }
                .pt-30{padding-top: 30px;}

                .mt-10{margin-top: 10px;}
                @media only screen and (max-width: 767px){
                    .mtm-10 {
                        margin: 10px 0 30px!important;
                        }}

                        .dosh-flex{justify-content: space-between!important;}
                        .nav-pills{justify-content: space-between!important;}
                        .btn-pill{padding:10px 15px;border:1px solid;border-radius: 4px; }
                        .btn-pill1{padding:10px 10px;border:1px solid;border-radius: 4px;font-size: 12px }

                        .addclass{
                            border:1px solid #F15A29;
                            background-color: #F15A29;
                            color: #fff!important;
                            border-radius: 4px;
                        }
                        a{color: #F15A29;
                        }
                        a:hover{color: #ed5223;
                        }
                        .h-36{height: 36px;}
                        .mt-20{margin-top: 20px;}
                        .mr-10{margin-right: 10px;}
                        .mr-20{margin-right: 20px;}
                        .m-0{margin: 0!important;}
                        h4{font-size: 18px;font-weight: 600}
                        .form-control:focus{color: #111!important;
                            border-color:#F15A29!important; }
                            /*---------------admin-lte-select------------------*/
                            .select2-container--default .select2-selection--single .select2-selection__arrow{height: 50px!important;right: 10px!important;}
                            .select2-container--default .select2-selection--single{padding-right: 10px!important;
                                height: 50px!important;}
                                .select2-container--default .select2-selection--single .select2-selection__rendered{line-height: 36px!important;}
                                label:not(.form-check-label):not(.custom-file-label){font-weight: normal;}
                                /*--------------------------------home------------------------*/
                                .page-title {
    background:#F15A29;
    /*padding: 10px;*/
    font-size: 1.5em;
    font-weight: 00;
    color: #fff;
    text-align: center;
    
    text-transform: uppercase;
}
.dash-h6{font-size: 14px;font-weight: 600}
                                .dash_count_wrap {
                                    width: 100px;
                                    margin: 0px auto;
                                    text-align: center;
                                    margin-bottom: 20px;
                                }
                                .dash_counters {
                                    width: 100px;
    height: 100px;
    background: #F15A29;
    line-height: 100px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    font-size: 32px;
    margin-bottom: 10px;
                                }
                                .text-primary{color: #F15A29!important;}
                                .dash_profile {
                                    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0), 0 4px 12px 0 rgba(0, 0, 0, 0.1);
                                    position: relative;
    height: 96%;
                                }
                                .dash_send_interest{
                                    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
                                }
                                .dash_profile:hover {

                                    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.2), 0 4px 12px 0 rgba(0, 0, 0, 0.2);
                                }
                                .ad-listing-content{padding:0 7.5px;}
                                .dash_send_interest {
                                    padding: 5px;
                                    text-align: center;
                                    background: #7E9731;
                                }
                                .send_interest_a {
                                    color: #fff;
                                }



                                /*------------------------------matches-----------------------------------------------------*/
                                .widget {
                                    background: #fff;
                                    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
                                    padding: 25px 30px 30px;
                                    margin-bottom: 30px;
                                    border-radius: 2px;
                                }
                                .widget .widget-header {
                                    display: block;
                                    font-size: 16px;
                                    font-weight: 600;
                                    margin: 20px 0;
                                    padding-bottom: 10px;
                                    border-bottom: 1px solid #dedede;
                                }

                                .widget-header .fa, .widget-header, .na {
                                    color: #F15A29 !important;
                                }
                                .sidebar-collapse .main-sidebar, .sidebar-collapse .main-sidebar::before {
                                    margin-left: -250px;
                                    display: none!important;
                                }
                                .icheck-danger>input:first-child:checked+input[type=hidden]+label::before, .icheck-danger>input:first-child:checked+label::before{    background-color: #F15A29!important;
                                    border-color: #F15A29!important;}
                                    .select2-container--default .select2-selection--multiple .select2-selection__choice {
                                        background-color: #C31B20!important;
                                        border: 1px solid #C31B20!important;}
                                        .select2-container--default .select2-selection--multiple .select2-selection__choice__remove{color: #fff!important;}
                                        :not(.layout-fixed) .main-sidebar {
                                            min-height: auto!important;}
                                            .fa25 {
                                                font-size: 28px!important;
                                                color: rgba(0,0,0,0.5);
                                            }
                                            .flex-icons{display: flex;
                                                flex-direction: column;
                                                justify-content: space-evenly;
                                                margin-top: -10px;}
                                                .fa25:hover {
                                                    color: #F15A29;
                                                }

                                                .required{color: red!important;}


                                                /* profile page --------------------*/

                                                .profile-user-img{width:180px!important;
                                                    height: 180px!important;}
                                                    .card-primary.card-outline{border-top:3px solid #F15A29;}
                                                    .card-primary:not(.card-outline)>.card-header{background-color:#F15A29;  }


.profile-user-img2{width:60px!important;height: 60px;}
                                                    /*------loader------*/

                                                    .load{top:50%;left:50%;transform:translate(-50%, -50%);
                                                      /*change these sizes to fit into your project*/
                                                      width:100px;
                                                      height:100px;
                                                      position: fixed;
                                                  }



                                                  .load hr{border:0;margin:0;width:40%;height:40%;position:absolute;border-radius:50%;animation:spin 2s ease infinite}

                                                  .load :first-child{background:#19A68C;animation-delay:-1.5s}
                                                  .load :nth-child(2){background:#F63D3A;animation-delay:-1s}
                                                  .load :nth-child(3){background:#FDA543;animation-delay:-0.5s}
                                                  .load :last-child{background:#193B48}

                                                  @keyframes spin{
                                                      0%,100%{transform:translate(0)}
                                                      25%{transform:translate(160%)}
                                                      50%{transform:translate(160%, 160%)}
                                                      75%{transform:translate(0, 160%)}
                                                  }
                                                  .loader-bg{
                                                    background: rgba(0,0,0,0.5);
                                                    height: 100%;
                                                    position: fixed;
                                                    top: 0%;
                                                    z-index: 9999;
                                                    display: none;
                                                }

                                                .swal2-popup.swal2-toast .swal2-icon{margin-right: 20px!important;}
                                                .swal2-popup.swal2-toast .swal2-header{padding: 5px!important;}
                                                .swal2-toast{background-color: #fff!important;}
                                                .swal2-popup.swal2-toast .swal2-title{color: #F15A29!important;}


                                                @media only screen and (max-width: 767px) {
                                                  .d-sm-none {
                                                    display: none;
                                                }
                                            }


                                            .gallery-btn{
                                                position: absolute;right: 10px;padding: 7px;border-radius: 50%;background: rgba(0,0,0,0.6);
                                            }

                                            .dash_profile_link{background: transparent;padding: 2em;font-size: 24px;}
                                            .dash_profile_inner{display: flex;justify-content: center;align-items: center;background:url('../public/images/wedding.jpg')!important;height: 96%;}
                                            .dash_profile_a{color: #eee}
                                            .dash_profile_a:hover{color: #fff}
                                            .dash_profile_link:hover{background: rgba(0,0,0,0.2);}
                                            .height-250{height: 250px!important;}
                                            .btnacceptreject{padding: 10px; text-align: center;}
                                            .btn-reject{background: red;color: #fff;}
                                            .btn-reject:hover{background: #eb2424;color: #fff;}
                                          .swal2-success.swal2-title{color: #28a745!important;}
                                          .margint-5{margin-top:5px;}

                                          ul.breadcrumb {
  padding: 0px 16px;
  list-style: none;
  background-color: #eee;
}
ul.breadcrumb li {
  display: inline;
  font-size: 14px;
}
ul.breadcrumb li+li:before {
  padding: 8px;
  color: black;
  content: "/\00a0";
}
ul.breadcrumb li a {
  
  text-decoration: none;
}
ul.breadcrumb li a:hover {
  
  text-decoration: underline;
}


@media only screen and (min-width : 1025px) {
.onright{
    position: absolute;
    right: 230px;
    background-color: #F15A29;
    border-color: #F15A29;
    color: #fff;
}

.onrightp{color: #fff!important;}
.onright1{
    position: absolute;
    right: 100px;
        background-color: #28a745;
    border-color: #28a745;
    color: #fff;
}
}


.blocklink{padding: 15px;
    width: 46%;
    text-align: center;}


    @media only screen and (max-width : 787px) {
#divhelp{
    border-right: 0px!important;
    border-bottom: 1px solid #fff!important;
}
}

@media only screen and (max-width : 1024px) {
    .brand-image{width: 100px!important;}
}