/*your custom css goes here*/

@font-face {
    font-family: 'Nunito Sans 10pt';
    src: url('NunitoSans10pt-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Nunito Sans 10pt';
    src: url('NunitoSans10pt-BlackItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Nunito Sans 10pt';
    src: url('NunitoSans10pt-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Nunito Sans 10pt';
    src: url('NunitoSans10pt-ExtraBoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Nunito Sans 10pt';
    src: url('NunitoSans10pt-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Nunito Sans 10pt';
    src: url('NunitoSans10pt-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Nunito Sans 10pt';
    src: url('NunitoSans10pt-ExtraLightItalic.woff') format('woff');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Nunito Sans 10pt';
    src: url('NunitoSans10pt-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Nunito Sans 10pt';
    src: url('NunitoSans10pt-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Nunito Sans 10pt';
    src: url('NunitoSans10pt-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Nunito Sans 10pt';
    src: url('font/NunitoSans10pt-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Nunito Sans 10pt';
    src: url('font/NunitoSans10pt-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Nunito Sans 10pt';
    src: url('font/NunitoSans10pt-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Nunito Sans 10pt';
    src: url('font/NunitoSans10pt-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Nunito Sans 10pt';
    src: url('font/NunitoSans10pt-SemiBoldItalic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Nunito Sans 10pt';
    src: url('font/NunitoSans10pt-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
html, body{
	 font-family: "Montserrat", Arial, sans-serif/*'Nunito Sans 10pt' !important;*/
    
}
.font-italic{
	font-family: 'Nunito Sans 10pt';
}
.home-banner-wrapper{
	height: 80vh;
    background-size: cover;
    position: relative;
}
.banner-overlay{
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: hsla(0, 0%, 0%, 0.018);
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.search-filter{
    background-color: color(srgb-linear 1 1 1 / 0.94);
    padding: 0px;
    border-radius: 4px;
    display: flex;
    margin-bottom: 62px;
}
.search-filter .form-control{
    background-color: transparent;
    border-color: transparent;
    font-size: 12px;
    color: #000;
}
.search-filter .bootstrap-select .dropdown-toggle {
    color: #000000;
    font-size: 14px;
}
.search-filter .btn {
    border-radius: 0px 0px 0px 0px;
    border-color: transparent;
}
.display-flex{
	display: flex;
}
.margin-right-xs{
	margin-right: 4px;
}
.margin-right-s{
	margin-right: 8px;
}
.margin-right-base{
	margin-right: 16px;
}
.font-xs{
	font-size: 12px;
}
.full-width{
	width: 100%;
}
.horizontal-line{
	height: 30px;
    width: 1px;
    background-color: #9f9f9f;
    margin-left: 12px;
    margin-right: 12px;
}
.serach-input-group{
	display: flex;
	align-items: center;
}
.btn-primary{
	border: 0px!important;
background: #E29D80!important;
background: linear-gradient(135deg, #E29D80, #E08F58)!important;
}
.color-white{
	color: #fff;
}
.bg-dark-transparent-300{
	background-color: hsl(0deg 0% 0% / 5%);
}
.aiz-header {
    border-top: 1px solid hsl(0deg 0% 100% / 26%);
    background-color: transparent;
    border-bottom: 0px;
    box-shadow: none;
}
.btn-header{
	background-color: #000;
	color: #fff;
}
.story-image{
  display:flex;
  max-width: 100%;
  position:relative;
}
.story-image img{
	width: 100%;
	border-radius:4px;
}

.hover-effect::before {
    right: 0;
    opacity:0.7;
    top: 0;
}
.hover-effect::after {
    bottom: 0;
    opacity: 0.7;
    left: 0;
}


.hover-effect::before, .hover-effect::after {
    content: "";
    background: #fff;
    height: 0;
    width: 0;
    z-index: 1;
    position: absolute;
    -webkit-transition-duration: 1.3s !important;
    -o-transition-duration: 1.3s;
  transition-duration: 1.3s !important;
}
.hover-effect:hover::after, .hover-effect:hover::before {
    height: 100%;
    opacity: 0;
    width: 100%;
}
.subtitle {
    font-weight: 200;
    font-size: 20px;
    color: #555;
        margin-bottom: 32px;
}
.stories-wrap, .quik-link, .package-wrap{
	    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #f9f9f9;
}
.margin-top-32{
	    margin-top: 32px;
}
.about-wrap, .member-wrap{
	    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #fff;	
}
.contact-img{
    width: 50px;
    margin-bottom: 32px;
}
.contact-title{
	font-size: 18px;
    margin-bottom: 16px;
}
.h1, h1 {
    font-size: 30px;
    font-weight: 600;
}
h6{
	font-weight: bold;
}
.quik-link-tag{
    color: #e14d67;
    text-decoration: none;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    outline: none;
}
.margin-bottom-base{
	margin-bottom: 16px;
}
.btn-primary, .bg-primary-grad {
    background: rgb(253, 41, 123);
    background: linear-gradient(225deg, #E91E63 0%, #F44336 100%) !important;
    border: 0px !important;
}
.package-card{
    background-color: #fff;
    padding: 10px;
    border-radius: 16px;
}
.packege-image{
	width: 80px;
}
.top-navbar{
	background-color: transparent;
    font-size: 12px;
}
.brand-logo{
	    width: 80px;
    margin-bottom: -16px;
    margin-top: -16px;
}
.counter-icon{
	    width: 70px;
    background-color: #f24964;
    height: 70px;
    margin: 0 auto;
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 6px double #ffffff;
}
.footer-logo{
filter: brightness(0) invert(1);
    width: 100px;
}
.color-black{
	color: #000;
}
.h-350px, .size-350px {
    height: 250px;
}
.member-card{
    background-color: #f5f5f5;
    box-shadow: 0px 0px 13px -8px #000;
    margin-bottom: 24px;
}
.profile-thumb {
    width: 100%;
    border-radius: 4px;
    border: 1px solid #d5d0d0;
    padding: 3px;
}
.profie-card{
    background-color: #fff;
    border-radius: 6px;
    padding: 12px;
    margin-bottom:7px;
    overflow: hidden;
}
.text-black{
    color: #000000;
}
.profile-data {
    border-bottom: 1px solid #d8d8d8;
    margin-bottom: 12px;
}
.profile-filter{
    background-color: #494949;
    color: #fff;
    padding: 12px;
    border-radius: 6px;
}
.filter-title{
        font-size: 16px;
    text-align: center;
    padding-bottom: 10px;
    border-bottom: 1px solid #5d5d5d;
    margin-bottom: 16px;
}
.justify-content-space-between{
    justify-content: space-between;
}
.width-150{
    width: 150px;
}
@media(max-width: 1200px){
	.search-filter{
		display: block;
	}
	
}
@media(min-width: 992px) and (max-width: 1200px){
	.serach-input-group > div{
		width: 49%;
	}
	.serach-input-group{
		flex-wrap: wrap
	}
	.horizontal-line{
		display: none
	}
}
@media(max-width: 991px){
	.serach-input-group{
		display: block;
	}
	.serach-input-group > div{
		width: 100%;
	}
		.horizontal-line{
		display: none
	}
}


.user-card{
    border: 1px solid #f0f0f0;
    border-radius: 5px;
    margin-bottom: 8px;
    box-shadow: 0px 0px 13px -10px #000;
    background-color: #fff;
    overflow: hidden;
}
.user-body{
  display: flex;  
}
.user-thumb{
    width: 100px;
    overflow: hidden;
     padding: 8px;
}
.user-thumb img{
  border: 1px solid #ddd;
    border-radius: 6px;
}
.user-desc{
    width: 100%;
     padding: 8px;
}
.user-action{
    display: flex;
    align-items: center;
    justify-content: center;
        height: 35px;
}
.border-top-s{
    border-top: 1px solid #f5f5f5;
}
.border-right-s{
    border-right: 1px solid #f5f5f5;
}
.user-header{
    position: relative;
}
.user-action i{
    margin-right:12px
}
.userCard.col-lg-3 .member-list-info{
  display: none;
}
.userCard.col-lg-3 .user-body {
    display: block;
        padding-top: 8px;
    padding-left: 8px;
    padding-right: 8px;
}
.userCard.col-lg-3 .user-thumb {
    width: 100%;
    height: 170px;
    border: 1px solid #ddd;
    border-radius: 6px;
}
.userCard.col-lg-3 .user-thumb img {
    border: 1px solid #fff;
    border-radius: 0px;
    height: 100%;
    width: auto;
    margin: 0 auto;
    display: block;
}
.userCard.col-lg-3 .user-action {
    flex-direction: column;
}
.userCard.col-lg-3 .user-action i{
    margin-right: 0px;
}
.userCard.col-lg-3 .user-action span {
    display: none !important;
}

.box_style_1 {
    background: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #ddd;
    margin-bottom: 25px;
    padding: 30px;
    position: relative;
    color: #333;
}
.box_style_4, .box_style_2 {
    background: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 25px;
    padding: 20px;
    position: relative;
    text-align: center;
    border: 1px solid #ddd;
}



    /* Basic styling for the tab container */
    .tab-container {
      max-width: 100%;
      margin: 0px auto;
    }

    /* Styling for the tab links */
    .tab-links {
      display: flex;
      border-bottom: 1px solid #cbcbcb;
    }

    .tab-links a {
      flex: 1;
      padding: 10px 20px;
      font-size: 16px;
      text-align: center;
      text-decoration: none;
      color: #007bff;
      transition: all 0.3s ease;
      border-bottom: 3px solid transparent;
    }

    .tab-links a:hover {
      background-color: #f1f1f1;
    }

    .tab-links a.active {
      color: #333;
      border-bottom: 4px solid #ec2857;
    }

    /* Styling for the tab content */
    .tab-content {
    padding-top: 16px;
    border-top: none;
    }

    .tab-content .tab-pane {
      display: none;
    }

    .tab-content .tab-pane.active {
      display: block;
    }

h6 {
    font-weight: 600;
}
b, strong {
    font-weight: 600;
}
.advance-search-sidebar .col-lg-6{
    padding-right: 6px;
    padding-left: 6px;

}
.advance-search-sidebar input{
    height: 46% !important;
    
}
.user-list-holder{
    padding: 15px;
    background-color: #ffffff;
    border-radius: 6px;
}
.userCard.col-lg-3{
    padding-left: 6px;
    padding-right: 6px;
}
.userCard.col-lg-12 .member-grid-view-info, 
.userCard.col-lg-3 .member-id-grid, 
.userCard.col-lg-12 .member-id-list{
    display: none;
}
.white-space-nowrap{
    white-space: nowrap;
}
.aiz-filter-sidebar .card .card-body {
    padding: 12px 12px;
    border-radius: 4px;
}
@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1140px;
    }
}
.serach-input-group .bootstrap-select .dropdown-toggle:active, 
.serach-input-group .bootstrap-select .dropdown-toggle:focus, 
.serach-input-group .show.bootstrap-select .dropdown-toggle {
    border-color: transparent !important;
}
.serach-input-group .filter-option-inner-inner{
    font-size: 14px;
}
.search-filter .btn-primary{
    padding-top: 14px;
    padding-bottom: 14px;
    padding-left:24px;
    border-radius: 0px 4px 4px 0px;
    position: relative;
}
.serach-input-group {
    padding-left: 12px;
}
.search-filter .form-check-label{
    color:#000000;
}
.header-alt{
    background-color: #fff;
    -webkit-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.41);
    -moz-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.41);
    box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.41);
}
.header-alt .text-white{
    color: #000!important;
}
.header-alt .top-navbar{
    display: none !important;
}
.white-logo{
    display: block;
}
.black-logo{
    display: none;
}

.header-alt .white-logo{
    display: none;
}
.header-alt .black-logo{
    display: block;
}
h1, .h1{
    color: #333;
}
main{
    background-color: #f9f9f9;
    z-index: 2;
    position: relative;
    margin-bottom: 60vh;
}
footer {
    z-index: 0;
    position: fixed;
    bottom: 0px;
    width: 100%;
}
.short-link {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #fff;
}
.font-11{
    font-size:11px;
}