body {
    color: #000;
    font-family: Eras Medium ITC;
    font-size: 19px;
}
h1,h2,h3,h4,h5,h6{
    font-family: Arial Black, sans-serif;
}

header {
    z-index: 100;
    position: RELATIVE;
}

.hidden {
    display: none !important;
}

.has-error {
    border: 1px solid #d44646 !important;
}

.pristine-error {
    font-size: 12px;
    color: #d44646;
}

.footer-other-pg {
    /* background-image: linear-gradient(to top right, #0b2939, #4aa4d5); */
    background-color: #223641;
}

p {
    line-height: 1.2;
}

.bg-welcome {
    height: 40px;
    line-height: 40px;
    background-color: #000080;
    padding-left: 20px;
    padding-right: 20px;
}
.logintext{
    font-size: 16px;
    font-weight: 700;
    color: #ffc107;
}

.date-text-top, .right-head {
    font-size: 11px;
    line-height: 44px;
}

.bg-welcome ul {
    list-style: none;
    font-size: 24px;
    margin-top: 0px;
}

.facebook-h{
    height: 27px;
    width: 27px;
    display: inline-block;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    line-height: 25px;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
}
.facebook-h i{
    /* font-size: 18px;
    padding-top: 0px; */
    font-size: 18px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.insta-h{
    height: 28px;
    width: 28px;
    display: inline-block;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    line-height: 25px;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
}
.insta-h i{
    font-size: 18px;
    padding-top: 5px;
}

.social-media-header a.facebook-h {
    background-color: #4267B2;
}

.social-media-header a.insta-h {
    background-color: #e95950;
}

.social-media-header a.linked-h {
    background-color: #0077b5;
}

.social-media-header a.facebook-h:hover {
    color: #4267B2 !important;
}

.social-media-header a.insta-h:hover {
    color: #e95950 !important;
}

.social-media-header a.linked-h:hover {
    color: #0077b5 !important;
}

.social-media-header .social-media-ico:hover {
    background-color: #fff;
}

.bg-welcome ul li:first-child {
    font-size: 25px;
    margin-left: 6px;
    margin-right: 10px;
}

.searchbox {
    margin-top: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.right-head input {
    /* height: 19px; */
      /* line-height: 19px; */
    /* width: 161px; */
    color: #000;
    position: relative;
}

.header-list-menu li a {
    height: 90px;
    padding-left: 12px !important;
    padding-right: 12px !important;
    line-height: 90px;
    font-family: arial, sans-serif;
    font-size: 20px;
    color: #fff !important;
    font-weight: 500;
}

.header-list-menu li a:hover {
    background-color: #000;
}

.header-second {
    box-shadow: rgb(0 0 0) 0px 10px 15px -15px;
    /* background-color: #223641; */
    background-color: #ceb94a;
    height: 90px;
    max-height: 101px;
    z-index: 100;
}

.header-second-admin {
    box-shadow: rgb(0 0 0) 0px 10px 15px -15px;
    background-color: #5a5abb;
    height: 90px;
    max-height: 90px;
    z-index: 100;
}

.header-second-admin .header-list-menu .member-list ul li a {
    background-color: rgb(130 129 191);    
}

.join-for-otherpage {
    height: 22px;
    vertical-align: middle;
    border: solid 2px #fff;
    line-height: 2px;
    margin-top: 12px;
    padding: 8px 20px;
    border-radius: 20px;
}

.text-login {
    margin-top: 1px;
    margin-left: 20px;
    margin-right: 10px;
}

.text-login:hover {
color:#fff;
}

.socialmedia-box {
    position: absolute;
    top: -10px;
    right: 20px;
}

.share-button {
    width: 40px;
    height: 40px;
    cursor: pointer;
}

.font-verdana {
    font-family: Verdana;
}

.ml-20 {
    margin-left: 20px;
}

.date-text-top {
    margin-top: 1px;
}

.f-12 {
    font-size: 12px;
}

.f-10 {
    font-size: 10px;
}
.f-14 {
    font-size: 14px;
}

.f-15 {
    font-size: 15px;
    /* margin-top: 14px; */
}

/* carousel */
.carousel-indicators {
    justify-content: right;
    margin-right: 3%;
    display: none;
}

.carousel-indicators [data-bs-target] {
    width: 15px;
    height: 15px;
    border-radius: 50%;
}

.w-80 {
    width: 80% !important;
}

.w-full {
    width: 100% !important;
}

p {
    word-break: break-word;
    font-size: 22px;
    line-height: 30px;
}

.carousel-control-next, .carousel-control-prev {
    width: 5%;
}

/*hpma section*/
.hpma-imgbox img {    
    height: 450px;
    z-index: 1;
    position: relative;
    width:450px;
}
.hpma-imgbox{ 
    position: relative;
}
.hpma-imgbox::before{ 
    position: absolute;
    height: 490px;   
    width: 480px;
    content: '';
    background-color: #f1e4a266;

    z-index: 0;
    left: 50px;
}

.heading_section_txt{
    display: inline-block;
    color: #2e617c;
    border-radius: 4px;
    font-family: Eras Medium ITC;
}

.hpma-textbox p {
    font-family: Georgia, serif;
    font-size: 19px;
    color: #000;
}

@font-face {
    font-family: 'Tesla';
    src: url('../fonts/Tesla.ttf.woff') format('woff'),
        url('../fonts/Tesla.ttf.svg#Tesla') format('svg'),
        url('../fonts/Tesla.ttf.eot'),
        url('../fonts/Tesla.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Aaargh';
    src: url('../fonts/Aaargh.ttf') format('truetype');

}

.box-alex-navarr h4 {
    font-family: 'Tesla';
    font-size: 55px;
    line-height: 15px;
}

.box-alex-navarr p {
    font-family: 'Aaargh';
}

.imgbox-navarro img {
    width: 200px;
}

.afm-local-img:before {    
    position: absolute;
    height: 490px;
    width: 480px;
    content: '';
    background-color: #f9f4dc;
    z-index: -1;
    left: 50px;
}
.afm-local-img {
    height: 450px;
    position: relative;
    z-index: 1;
    text-align: center;
}
.video_afm{
    height: 450px;
    width: 450px;
}

.afm-local-img img {
    object-fit: cover;
    object-position: center 0px;
    height: 100%;
    width: 100%;
}

.afm-local-textbox {
    background-color: #2e617e;
    height: 100%;
}

.afm-local-textbox h2 {
    font-size: 40px;
    margin-bottom: 20px;
}

.afm-local-textbox button {
    font-size: 19px;
}

.bg-pink {
    background-color: #7d3390;
}

.btn-theme {
    padding: 7px 16px;
    background: linear-gradient(45deg, #2e617b, #5f99b7);
    color: white;
    border-color: #2e617e;
    font-family: Times;
    font-size: 16px;
    text-transform: uppercase;
    border-radius: 30px;
    border: solid thin #4380a3 !important;
}
.btn-theme:hover {
    background: white;
    color: #2e617e;
    border: solid thin #2e617e !important;
}

.joinup-local h3 {
    font-size: xx-large;
}

.bg-light-pink {
    background-color: #f9ecf9;
}
.text-darkpink{
    color: #7d3390 !important;
}
.contact-location {
    width: 100%;
    height: 450px;
}

.contactform input {
    font-size: 20px;
    border: none;
    height: 58px;
    border-bottom: solid thin #eaeaea;
    border-radius: 0;

}

.contactform textarea {
    font-size: 20px;
    padding-left: 10px;
    border: none;
    border-bottom: solid thin #eaeaea;
}

/* .btn-submit {
    font-size: 12px;
    width: 140px;
    font-family: Verdana, Geneva, sans-serif;
} */

.btn-submit:hover {
    background-color: #fff;
    color: #2e617e !important;
    border: solid thin #2e617e !important;
}

.news-imgbox img {
    width: 200px;
    height: 200px;
}

.news-text-box a, .boxreadmore a {
    text-decoration: none;
    color: rgb(171, 199, 252);
}

.aboutinfobox a, .resource-text-box ul li a, .resource-text-box a {
    line-height: 1.2;
    color: #4d86a6;
}

.bg-dark-green {
    background-color: #223641;
}

.listquickmenu ul li, .socialfooterbox ul li {
    text-decoration: none;
    list-style: none;
    font-size: 12px;
    font-family: Verdana;
}

.listquickmenu ul li a:hover {
    color: #fff;
}

.socialfooterbox ul li {
    font-size: 30px;
    display: inline-block;
    color: #ccc;
}

.socialfooterbox ul {
    margin-bottom: 15px !important;
    text-align: CENTER;
    display: inline-block;
    padding-left: 0;
    width: 100%;
}

.text-gray {
    color: #ccc;
}

.addressfootermenu ul li {
    font-size: 15px;
}

.contlabel-container {
    position: relative;
    display: inline-block;
    font-size: 16px;
}

.contlabel-container .labeltext {
    position: absolute;
    color: red;
    font-size: 20px;
    top: -10px;
    left: 2px;
}

/*about us*/
.common-header {
    background-color: rgb(41, 94, 121);
    max-height: 425px;
    width: 100%;
    height: 425px;
    display: block;
    margin-top: -141px;
    background-image: linear-gradient(to top right, #0b2939, #4aa4d5);
}

.header-afmlog img {
    width: 250px;
}

.pt-160 {
    padding-top: 160px;
}

.textbox-header-afm h3 {
    font-size: 45px;
    font-family: Times;
    margin-bottom: 0px;
}

.textbox-header-afm h4 {
    font-size: 30px;
    font-family: Comfortaa;
}

.heading-section h1 {
    /* font-family: Georgia, serif; */
    font-size: 30px;
}

.aboutinfobox p {
    line-height: 1.2;
    padding: 15px;
}

.expand {
    border: solid #000000;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 5px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    margin-right: 10px;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
}

.expand-up {
    transform: rotate(-134deg);
    -webkit-transform: rotate(-134deg);
}

.gradient {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(90%, rgba(255, 255, 255, 1)));
    width: 100%;
    height: 80px;
    position: absolute;
    bottom: 0;
}

.box-expand {
    width: 90%;
}

.container-list {
    position: relative;
    display: block;
    text-align: left;
    overflow: hidden;
    box-shadow: -2px 10px 25px #cccccc80;
}
.list-container{
    padding: 10px;
    background-color: #1c4a62;
    color: #fff;
}
.imgbox-aboutleft {
    width: 200px;
}

.news-text-box h4 {
    font-size: larger;
}

/*News*/
.news-pagebox {
    width: 240px;
}

.w-90 {
    width: 90%;
}

/* joinus */
.imgjoinus img {
    width: 506px;
    border-radius: 43px;
}

.imgjoinus span {
    font-size: 14px;
}

.btn-clickjoin {
    font-size: 19px;
    padding: 5px 15px;
    line-height: 1.2;
}

/* newsletter */

.inputsearch-newsletter {
    border-color: #dfdfdf;
    font-size: 15px;
    box-shadow: 2px 1px 6px #2236413d;
}

input[type='text'], textarea, input[type='password'] {
    -webkit-appearance: none;
}

select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: #ffffff url(../images/select_arrow.png) right 3px center no-repeat;
    border: 1px solid #dfdfdf;
    -moz-border-radius: 3px;
    border-radius: 0px;
    font-family: Verdana;
    font-size: 100%;
    line-height: 30px;
    min-width: 60%;
    padding: 0 25px 0 10px;
    font-size: 15px !important;
    box-shadow: 2px 1px 6px #2236413d;
}

.text-pgntn-left {
    padding: 10px 0 10px 0;
    font-size: 12px;
    border-bottom: 1px solid #ccc;
}

.text-pgntn-right {
    font-size: 12px;
    border-bottom: 1px solid #ccc;
    padding-right: 7px;
}

.select-pg-no {
    border: 1px solid black;
    font-family: verdana;
    font-size: 10px;
    text-align: center;
    width: 16px;
    height: 8px;
}

.non-select-pg {
    padding: 2px;
    font-family: verdana;
    font-size: 10px;
    text-align: center;
}

.anglebox-pg-no a i, .anglebox-pg-no-2 a i {
    font-size: 20px;
    font-weight: bold;
}

.table-bordered>:not(caption)>* {
    border-width: 1px 0;
}

/* .paginate_button.previous::before{
    content: "\f104";
    font-family: 'FontAwesome';
    color: rgb(77, 134, 166);
}
.paginate_button.next::before{
    content: "\f105";
    font-family: 'FontAwesome';
    color: rgb(77, 134, 166);
}
.paginate_button{
    padding: 0px 5px !important;
}
.paginate_button.current{
    border: 1px solid black;
    font-family: verdana;
    font-size: 10px;
    text-align: center;
    background: #fff !important;
    padding: 0 !important;
    margin-top: -10px;
}

.dataTables_paginate{
    position: absolute;
    top:-7px;
    right: 170px;
} */

.anglebox-pg-no span {
    letter-spacing: -3px;
}

.anglebox-pg-no-2 span {
    font-family: verdana;
    font-size: 15px;
}

.list-table-newsletter a, .newsletter-pdf-container a {
    text-decoration: none;
    color: rgb(77, 134, 166);

}

.list-table-newsletter a:hover, .newsletter-pdf-container a:hover {
    color: #000;
}

.newsletter-pdf-box img {
    width: 300px;
}

.newsletter-pdf-box img:hover {
    opacity: .4;
    transition: .5s;
}

/*musician*/
.musician-img img {
    height: 45px;
    width: 45px;
    border-radius: 50%;
}


.musician-table tbody tr td {
    vertical-align: middle;
}

.musician-table tbody tr td:first-child {
    font-size: 18px;
}

.musician-table tbody tr td.third-child, .musician-table tbody tr td.fourth-child {
    font-size: 15px;
}


.musician-table tbody tr td a {
    color: #4d86a6;
}

.musician-table tbody tr td a:hover {
    color: #000;
}

/*Join Us Form*/
.join-us-table textarea, input[type='text'], input[type='password'], input[type='file'], input[type='reset'] {
    border-color: #ccc;
    background-color: #fff;
    border-width: 1px;
    text-align: left;
}

.join-us-table input[type='text'], textarea, input[type='password'] {
    -webkit-appearance: none;
}

.error {
    color: red;
}

.container-checkbox {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 5px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.container-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 24px;
    width: 24px;
    border: 2px solid black;
}

.container-checkbox input:checked~.checkmark {
    background-color: #fff;
}

.container-checkbox .checkmark:after {
    left: 7px;
    top: 3px;
    width: 7px;
    height: 12px;
    border: solid black;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.container-checkbox input:checked~.checkmark:after {
    display: block;
}

.input-form-joinus {
    width: 424px;
    font-size: 15px;
    height: 34px;
    padding-left: 10px;
}

textarea.input-form-joinus {
    height: 70px;
}

.input-form-name {
    width: auto;
    font-size: 15px !important;
    height: 34px;
    padding-left: 10px;
}

.mx-10-12 {
    margin: 10px 0 0 12px;
}

.country-select {
    width: 70px;
    height: 30px;
}

.select-state {
    width: 160px;
    height: 30px;
}

.zip-box {
    width: 169px;
    font-size: 15px;
    height: 30px;
    padding-left: 10px;
}

label {
    display: block;
    height: initial !important;
    visibility: visible !important;
}

.selct-intrumenttext {
    margin-left: 17px;
    margin-top: 10px;
}

.selct-intrumentchecks {
    padding: 20px;
    border: 1px solid #ccc;
    width: auto;
    overflow-y: scroll;
    height: 240px;
}

.capture-txt {
    padding: 5px;
    width: 410px;
    height: 100px;
}

/*Directory*/
.input-directory {
    width: 100%;
}

.membertype-selct, .select-state-hide, .set-items-per-page {
    font-size: 15px !important;
}
.set-items-per-page{
    width: 150px;
}
.borderbottom-none {
    border-bottom-width: 0 !important;
}

.directory-table tbody tr td {
    vertical-align: top;
}

.member-list ul {
    width: 303px;
    list-style: none outside none;
    padding: 0;
    visibility: hidden;
    position: absolute;
    top: 90px;
    background-image: none;
    left: 0;
}

.member-list:hover ul {
    visibility: visible;
}

.member-list ul li {
    float: none;
    background-color: rgb(24, 61, 80);
    line-height: 40px;
    height: 40px;
    background-position: initial initial;
    background-repeat: initial initial;
}

.member-list ul li a {
    background-color: rgb(132, 117, 40);
    line-height: 40px;
    display: inline-block;
    height: 40px;
    margin: 0px !important;
    width: 100%;
}

/*login*/
.box-login {
    background: white;
    z-index: 50;
    border: 1px solid #ccc;
    border-radius: 5px;
    width: 350px;
    padding-top: 20px;
    margin: 0px auto;
}

.title-login {
    width: 90%;
    margin: 9px auto 18px;
    padding-left: 10px;
    font-family: Georgia, serif;
    font-size: 30px;
    border-width: 0px 0px 1px;
    border-style: solid;
    border-color: rgb(0, 0, 0);
    color: rgb(0, 0, 0);
}

.forgot-text {
    color: #387daa;
}

.inner-login {
    min-height: 250px;
    padding: 40px 0px;
}

.login-input {
    width: 264px;
    height: 34px;
    font-size: 15px;
    margin-bottom: 10px;
    padding-left: 10px;
}

.loginbtn {
    width: 100%;
    display: inline-block;
    margin-top: 20px;
    cursor: pointer;
    background-color: #387daa;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    margin-left: 5px;
    padding: 0 20px;
    font-size: 12px;
    text-decoration: none;
    border-radius: 5px;
    color: #ffffff;
    line-height: 25px;
    font-weight: bold;
    transition: .5s;
    border: 1px solid #387daa;
}

.loginbtn:hover, .loginbtn a:hover {
    background: #ffffff;
    color: #387daa;
    text-decoration: none;
}

/* Menu Styles */

.primary-nav {
    position: fixed;
    z-index: 999;
}

.menu {
    position: relative;
}

.menu ul {
    margin: 0;
    padding: 0;
    list-style: none;

}

.open-panel {
    border: none;
    background-color: #fff;
    padding: 0;
}

.hamburger {
    background: #000;
    position: relative;
    display: block;
    text-align: center;
    padding: 6px 0;
    height: 32px;
    left: 0;
    top: 0;
    z-index: 1000;
    cursor: pointer;
}

.hamburger:before {
    /* hamburger icon */
    content: "\2630";
    display: block;
    color: #fff;
    line-height: 28px;
    font-size: 20px;
}

.openNav .hamburger:before {
    content: "\2715";
    /* close icon */
    display: block;
    color: #fff;
    line-height: 32px;
    font-size: 16px;
}

.hamburger:hover:before {
    color: #fff;
}

.hamburger:before {
    height: 16px;
    width: 32px;
}

.primary-nav .menu li {
    position: relative;
}

.menu .icon {
    position: absolute;
    top: 12px;
    right: 10px;
    pointer-events: none;
    width: 24px;
    height: 24px;
    color: #fff;
}

.menu,
.menu a,
.menu a:visited {
    color: #fff;
    text-decoration: none !important;
    position: relative;
}

.menu a {
    display: block;
    white-space: nowrap;
    padding: 1em;
    font-size: 12px;
    border-bottom: solid 1px #fff;
}

.menu a:hover {
    color: #fff;
}

.menu-dropdown li .icon {
    color: #777;
}

.menu-dropdown li:hover .icon {
    color: #fff;
}

.menu label {
    margin-bottom: 0;
    display: block;
}

.menu label:hover {
    cursor: pointer;
}

.menu input[type="checkbox"] {
    display: none;
}

input#menu[type="checkbox"] {
    display: none;
}

.sub-menu-dropdown {
    display: none;
}

.new-wrapper {
    position: absolute;
    left: 0px;
    width: calc(100% - 0px);
    transition: transform .45s cubic-bezier(0.77, 0, 0.175, 1);
    background-color: #fff;
}

#menu:checked+ul.menu-dropdown {

    left: 0;
    -webkit-animation: all .45s cubic-bezier(0.77, 0, 0.175, 1);
    animation: all .45s cubic-bezier(0.77, 0, 0.175, 1);
}

.sub-menu-checkbox:checked+ul.sub-menu-dropdown {
    display: block !important;
    -webkit-animation: grow .45s cubic-bezier(0.77, 0, 0.175, 1);
    animation: grow .45s cubic-bezier(0.77, 0, 0.175, 1);
}


.openNav .new-wrapper {
    position: absolute;
    transform: translate3d(0px, 0, 0);
    width: calc(100% - 0px);
    transition: transform .45s cubic-bezier(0.77, 0, 0.175, 1);
}


.downarrow {
    background: transparent;
    position: absolute;
    right: 50px;
    top: 12px;
    color: #777;
    width: 24px;
    height: 24px;
    text-align: center;
    display: block;
}

.downarrow:hover {
    color: #fff;
}

.menu {
    position: absolute;
    display: block;
    left: -250px;
    top: 40px;
    width: 250px;
    transition: all 0.45s cubic-bezier(0.77, 0, 0.175, 1);
    background-color: #000;
    z-index: 999;
    margin-bottom: 3em;
}

.menu-dropdown {
    top: 0;
    overflow-y: auto;
}

.overflow-container {
    position: relative;
    height: calc(100vh - 40px) !important;
    overflow-y: auto;
    z-index: -1;
    display: block;
}

.menu a.logotype {
    position: absolute !important;
    top: 11px;
    left: 55px;
    display: block;
    font-family: 'Work Sans', sans-serif;
    text-transform: uppercase;
    font-weight: 800;
    color: #000;
    font-size: 21px;
    padding: 10px;
}

.menu a.logotype span {
    font-weight: 400;
}

.menu a.logotype:hover {
    color: #777;
}

.sub-menu-dropdown {
    background-color: #333;
}

.menu:hover {
    position: absolute;
    left: 0;
    top: 0;
}

.openNav .menu:hover {
    position: absolute;
    left: -250px;
    top: 40px;
}

.openNav .menu {
    top: 40px;
    transform: translate3d(250px, 0, 0);
    transition: transform .45s cubic-bezier(0.77, 0, 0.175, 1);
}

/* look and feel only, not needed for core menu*/

@-webkit-keyframes grow {

    0% {
        display: none;
        opacity: 0;
    }

    50% {
        display: block;
        opacity: 0.5;
    }

    100% {
        opacity: 1;
    }

}

@keyframes grow {

    0% {
        display: none;
        opacity: 0;
    }

    50% {
        display: block;
        opacity: 0.5;
    }

    100% {
        opacity: 1
    }

}

/* Text meant only for screen readers. */

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

.hamburger {
    display: none;
}

.join-form input, .join-form select {
    height: 35px;
}

/*footer*/
.head-footer ul {
    list-style: none;
}

.footer-social-address li a i {
    color: #224456;
    height: 25px;
    width: 25px;
    background-color: #fff;
    text-align: CENTER;
    line-height: 25px;
    border-radius: 20px;
}

/*Testimonial*/
.yorum {
    align-items: center;
    padding: 35px 0px;
    background-color: #e1f4ff;
}

.yorum .card {
    border: none;
    box-shadow: 0 0 3px #0000001a;
}

.owl-item {
    padding: 10px;
}

.card-yazı p {
    padding: 15px;
    font-size: 15px;
    font-weight: 500;
}

.card-yazı p::after {
    content: url(https://i.hizliresim.com/ODgyXA.png);
    width: 40px;
    height: 40px;
    position: absolute;
    margin: 10px 20px 10px 0px;
    bottom: 40px;
    right: 10px;

}

.card-yazı p::before {
    content: url("https://i.hizliresim.com/zMXJz4.png");
    width: 40px;
    height: 40px;
    position: relative;
    top: -10px;
    left: -18px;
}

.card-yazı {
    position: relative;
    min-height: 300px;
    display: flex;
    align-items: center;

}

.favicon {
    width: 100%;
    height: auto;
}

.favicon img {
    height: 90px;
    width: 90px !important;
    position: absolute;
    bottom: -45px;
    /* left: 39%; */
    left: 33%;
    border-radius: 100px;
    border: 8px solid white;
}

.puan {
    margin-top: 20px;
}

.puan img {
    height: 20px;
    width: 20px !important;
    margin: 30px 5px 0 0;
}

.isim h1 {
    font-size: 15px;
    font-weight: 700;
    margin-top: 20px;
}

.isim p {
    font-size: 12px;
    font-weight: 400;
}

.card-block {
    border: 1px solid rgb(28 28 28 / 13%);
}

.owl-prev, .owl-next {
    position: absolute;
    top: 40%;
    width: 50px;
    line-height: 45px !important;
    height: 50px;
    border-radius: 50%;
    left: -60px;
    background-color: #223641 !important;
}

.owl-next {
    left: initial;
    right: -60px;
}

.owl-nav button span {
    font-size: 50px;
    color: #fff;
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: block !important;
}

/*Join Us*/
.profile-imgbox {
    width: 100px;
    display: inline-block;
    height: 100px;
    border-radius: 50%;
    box-shadow: 1px 1px 9px #ccc;
}

.profile-imgbox img {
    width: 100%;
    border-radius: 50%;
}

div[data-toggle="collapse"] {
    border-bottom: 1px solid #BBDEFB;
    width: 100%;
    cursor: pointer;
    padding: 1%;
}

.list-faq {
    list-style: none;
}

.list-faq li {
    padding: 8px 18px;
}

.list-faq li .quo-box {
    background-color: #fff;
    min-height: 40px;
    line-height: 40px;
    padding: 0px 20px;
    border: solid thin #eaeaea;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
}

.show-answer {
    background-color: #223641;
    color: #fff;
}

.widget {
    background: linear-gradient(45deg, #223641, black);
    color: #fff;
    padding: 20px;
    margin-bottom: 25px;
    border-radius: 3px;
}

.widget.widget-tile {
    padding: 24px 20px;
    margin-bottom: 25px;
    display: table;
    table-layout: fixed;
    width: 100%;
}

.widget.widget-tile .data-info {
    display: table-cell;
    text-align: right;
}

.widget.widget-tile .widget-icon {
    width: 85px;
    min-height: 45px;
    padding: 5px 0;
    display: table-cell;
    vertical-align: middle;
}

.widget.widget-tile .widget-icon .fa {
    display: inline-block;
    font-size: 50px;
    vertical-align: top;
}

.img-upload-banner-admin {
    height: 80px;
}

/*Table Width*/

/* .w-10 {
    width:10% !important;
}
  */
.w-30 {
    width: 30%;
}

.bg-top-head {
    margin-left: 1px;
    background: #ebebeb;
    margin-right: 1px;
}

.delete-banner {
    top: -35px;
    height: 30px;
    line-height: 30px;
    padding: 0;
    position: ABSOLUTE;
    right: 0;
    z-index: 100;
    cursor: pointer;

}

.banner-img-admin {
    height: 500px;
    object-fit: cover;
    object-position: center;
}

.line_clamp_2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}

.line_clamp_5 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}

/*carousel new*/
.carousel-indicators-news{
    display: inline-block;
    width: 100px;
    left: 50%;
    margin-left: -50px;
    bottom: -30px;
}
/*Select*/
.new-select-selector .select2-container{
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    width: 100% !important;
    padding: 0.3rem 2.25rem 0.3rem 0.75rem;
    line-height: 1.5;
}
.new-select-selector .select2-container--default .select2-selection--single{
    border:none;
}
/* .new-select-selector .select2-container--default .select2-selection--single .select2-selection__placeholder */

/* tables css */

.table.dataTable thead th {
    border-bottom: none;
}
.test-img img{
    height: 40px;
    width: 40px;
}
.w-10 {
    width:10% !important;
}
.w-20 {
    width: 20% !important;
}
.w-40 {
    width: 40%;
}
.w-60 {
    width:60% !important;
}
.edit-fa{
    font-size: 16px;
}
.trash-fa{
    font-size: 16px;
}

/* about page  */
.btn-warning-about {
    margin-top: 8px;
    border-radius: 50px;
}
.btn-danger-about{
    margin-top: 8px;
    border-radius: 50px;
}
.btn-warning{
    font-size: 16px;
    border-radius: 50px;
}
.btn-danger{
    font-size: 16px;
    border-radius: 50px;
}

/*event master page */
.fc-content{
     color: black;
}

/* news master page */
.btn-danger-news{
    margin-top: 8px;
    border-radius: 50px;
}
.btn-warning-news{
    margin-top: 8px;
    border-radius: 50px;
}

/* member master */
.mob-text-icon .btn-sm{
    /* padding: 5px 8px; */
    margin-top: 20px;
    border-radius: 50px;
}

/* newletter master page */
.btn-warning-newsletter{
   margin-top: 20px;
   border-radius: 50px;
}
.btn-danger-newsletter{
    margin-top: 20px;
    border-radius: 50px;
}

 /* faq master page  */
.btn-warning-faq{
  margin-top: 7px;
  border-radius: 50px;
}
.btn-danger-faq{
    margin-top: 7px;
    border-radius: 50px;
}
/* pending approval page */
.btn-sm-appeoval{
    border-radius: 50px !important;
}

/* admin header page  */
.header-icon-dash{
    color: #fff9c4 !important;
}

.header-icon-browser{
    color: #fff9c4 !important;
}
.tooltipp{
    margin-left: 5px;
    background-color: gray;
    padding: 5px 10px;
    border-radius: 100%;
    color: white;
    font-size: 5px;
    position: relative;
}

.tooltipp .top {
    min-width:250px;
    top:-20px;
    left:50%;
    transform:translate(-50%, -100%);
    padding:10px 20px;
    color:#FFFFFF;
    background-color:#777777;
    font-weight:normal;
    font-size:13px;
    border-radius:8px;
    position:absolute;
    z-index:99999999;
    box-sizing:border-box;
    border:1px solid #777777;box-shadow:0 1px 8px rgba(0,0,0,0.5);
    visibility:hidden; opacity:0; transition:opacity 0.8s;
}

.tooltipp:hover .top {
    visibility:visible; opacity:1;
}

.tooltipp .top i {
    position:absolute;
    top:100%;
    left:50%;
    margin-left:-10px;
    width:20px;
    height:10px;
    overflow:hidden;
}

.tooltipp .top i::after {
    content:'';
    position:absolute;
    width:10px;
    height:10px;
    left:50%;
    transform:translate(-50%,-50%) rotate(45deg);
    background-color:#777777;
    border:1px solid #777777;box-shadow:0 1px 8px rgba(0,0,0,0.5);
}
.eye-show{
    position: absolute;
    top: 11px;
    right: 10px;
}
.nav-active{
    background: black;
}
.btn-white{
    padding: 5px 15px;
    background: #fff;
    color: #2e617e;
    font-family: Times;
    font-size: 16px;
    border-radius: 6px;
    border: solid thin #2e617e !important;
}
.bg-blue{
    background: #356881;
}
.hpma_imgbox_newsketter{
    height: auto;
}
/* 
.rotate_round{
    width: 100px;
    height: 100px;
    border-radius: 20px;
    margin-left: auto;
    margin-right: auto;
    animation-name: my_rotate;
    -webkit-animation-name: my_rotate;
    animation-duration: 5s;
    -webkit-animation-duration: 5s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    background-color: #bdd8e5;
    position: absolute;
    z-index: -1;
    top: 10px;
    left: 0;
  }
  .rotate_round_yellow{
    background-color: #f1e8b9;
  } */
  .heading_section_txt_dark{
color:#152832;
  }
  .z-index-1{
    z-index: 1;
  }
  .hireus_hpma_imgbox::before{
    background-color: #ebf7ff;
  }
  .rotateround_newsletter{
    width: 140px;
    height: 140px;
  }
  .ln-30{
    line-height: 30px;
  }
  .newsletter_hpma_imgbox::before {
    background-color: #ebf7ff;
 }
  @-webkit-keyframes my_rotate{
  
   0% {transform:rotate(0deg);}
   /*25% {transform:rotate(220deg);}*/
   100% {transform:rotate(360deg);}
  
  }
  
  @keyframes my_rotate{
  
   0% {transform:rotate(0deg);}
   /*25% {transform:rotate(220deg);}*/
   100% {transform:rotate(360deg);}
  
  }
  /* .rotate_round_contact{
    width: 70px;
    height: 70px;
    top: 0px;
    left: 20px;
  } */
  .owl-carousel .owl-item .item {
    height: 300px;
    padding: 10px;
    box-shadow: 3px 2px 9px #e0e0e0;
}
.owl-carousel .owl-item .item h4 {
    margin-top: 10px;
    font-size: 18px;
}
.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    height: 250px;
    object-fit: cover;
}
.owl-nav{
    display: none;
}
.alexname{
    display: block;
    width: 250px;
    margin: 0px auto;
    background-color: #e1dbbd;
    /* box-shadow: 0px 0px 20px #ccc; */
    color: #000;
    /* font-size: 20px; */
    font-weight: 600;
    line-height: 40px;
    height: 40px;
    z-index: 99;
    position: relative;
}
.carousel-inner .carousel-item img{
    height: 100%;
}
.carousel-inner .carousel-item{
    height: 600px;
}
/* ___________ */
.newleter-hpma-box-img img {
    width: 70%;
    height: 100%;
}
